home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / bjack.swf / scripts / frame_384 / DoAction.as
Text File  |  2006-01-17  |  211b  |  14 lines

  1. if(eval("KDealer:d") eq "BlackJack" and "0" < Insure)
  2. {
  3.    Credit = Credit + Bet + Insure;
  4. }
  5. Bet = "";
  6. Insure = "";
  7. if("0" >= Credit)
  8. {
  9.    tellTarget("/GOControl")
  10.    {
  11.       gotoAndPlay(2);
  12.    }
  13. }
  14.